#page {
	width: 750px;
	height: 325px;
	font-family: "petal-pro",sans-serif;
	font-style: normal;
	font-weight: 200;
	}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
  .nivoSlider {
	position:relative;
	background-color:rgba(99,162,104,1.00);
	}
	
	.nivoSlider img {
		position:absolute;
		top:0;
		left:0;
		display:none;
		/* supposed to fix the baby image in top left corner */
		max-width:none;
		
		}

.nivoSlider a {
	border:0;
	display:block;
	}
	
.nivoSlider {
	position:relative;
	background-color:rgba(99,162,104,1.00);
	}
	
	.nivoSlider img {
		position:absolute;
		top:0;
		left:0;
		display:none;
		/* supposed to fix the baby image in top left corner */
		max-width:none;
		
		}

.nivoSlider a {
	border:0;
	display:block;
	}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: auto;
	max-height:265px;
	
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

